github.com/gotd/td/tg.InputThemeSettings.Wallpaper (field)
9 uses
github.com/gotd/td/tg (current package)
tl_input_theme_settings_gen.go#L73: Wallpaper InputWallPaperClass
tl_input_theme_settings_gen.go#L116: if !(i.Wallpaper == nil) {
tl_input_theme_settings_gen.go#L157: i.Wallpaper = val
tl_input_theme_settings_gen.go#L237: if !(i.Wallpaper == nil) {
tl_input_theme_settings_gen.go#L280: if i.Wallpaper == nil {
tl_input_theme_settings_gen.go#L283: if err := i.Wallpaper.Encode(b); err != nil {
tl_input_theme_settings_gen.go#L360: i.Wallpaper = value
tl_input_theme_settings_gen.go#L444: i.Wallpaper = value
tl_input_theme_settings_gen.go#L456: return i.Wallpaper, true
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |